home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00330.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  273 b   |  13 lines

  1. on exitFrame
  2.   global playMode
  3.   put playMode
  4.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  5.     animSync("dragon1", "dragon8", 6, "dragon", 1)
  6.   else
  7.     puppetSound(1, "dragon")
  8.     wait(30)
  9.     puppetTransition(23, 1, 1)
  10.     go(the frame + 2)
  11.   end if
  12. end
  13.